home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_7
/
PlaceObject2_308_44
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2007-01-15
|
338b
|
19 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.player))
{
var1 = 1;
}
if(var1 == 1)
{
_Y = _Y + yspeed;
yspeed += grav;
}
if(this.spikey.hitTest(_root.player) && hit != 1)
{
_root.shake.play();
_root.player.xspeed = 0;
hit = 1;
_root.hud.lives--;
}
}